1
namespace CSCOMService
3 partial class COMServiceInstaller
6 /// Required designer variable.
8 private System
.ComponentModel
.IContainer components
= null;
11 /// Clean up any resources being used.
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing
)
16 if (disposing
&& (components
!= null))
20 base.Dispose(disposing
);
23 #region Component Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
29 private void InitializeComponent()
31 this.serviceProcessInstaller
= new System
.ServiceProcess
.ServiceProcessInstaller();
32 this.serviceInstaller
= new System
.ServiceProcess
.ServiceInstaller();
34 // serviceProcessInstaller
36 this.serviceProcessInstaller
.Account
= System
.ServiceProcess
.ServiceAccount
.LocalSystem
;
37 this.serviceProcessInstaller
.Password
= null;
38 this.serviceProcessInstaller
.Username
= null;
42 this.serviceInstaller
.ServiceName
= "CSCOMService";
44 // COMServiceInstaller
46 this.Installers
.AddRange(new System
.Configuration
.Install
.Installer
[] {
47 this.serviceProcessInstaller
,
48 this.serviceInstaller
});
54 private System
.ServiceProcess
.ServiceProcessInstaller serviceProcessInstaller
;
55 private System
.ServiceProcess
.ServiceInstaller serviceInstaller
;